home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1998 April / Freesoft_1998-04_cd.bin / Nerecenz / Network util / Ostronet / ostronet.exe / 0 / RCDATA / TFOLFORM / TFOLFORM.txt
Text File  |  1998-08-20  |  1KB  |  64 lines

  1. object FolForm: TFolForm
  2.   Left = 242
  3.   Top = 106
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 278
  6.   ClientWidth = 255
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 9
  17.     Top = 7
  18.     Width = 237
  19.     Height = 39
  20.     AutoSize = False
  21.   end
  22.   object DirectoryListBox1: TDirectoryListBox
  23.     Left = 16
  24.     Top = 75
  25.     Width = 220
  26.     Height = 132
  27.     ItemHeight = 16
  28.     TabOrder = 0
  29.     OnChange = DirectoryListBox1Change
  30.   end
  31.   object DriveComboBox1: TDriveComboBox
  32.     Left = 16
  33.     Top = 209
  34.     Width = 220
  35.     Height = 21
  36.     DirList = DirectoryListBox1
  37.     TabOrder = 1
  38.   end
  39.   object Edit1: TEdit
  40.     Left = 16
  41.     Top = 52
  42.     Width = 220
  43.     Height = 21
  44.     TabOrder = 2
  45.   end
  46.   object Button1: TButton
  47.     Left = 40
  48.     Top = 242
  49.     Width = 80
  50.     Height = 23
  51.     Default = True
  52.     TabOrder = 3
  53.     OnClick = Button1Click
  54.   end
  55.   object Button2: TButton
  56.     Left = 138
  57.     Top = 242
  58.     Width = 80
  59.     Height = 23
  60.     TabOrder = 4
  61.     OnClick = Button2Click
  62.   end
  63. end
  64.